inherited DirPrefsFrame: TDirPrefsFrame HelpType = htKeyword HelpKeyword = 'Folder_View_Options' Caption = 'Folder Views' object FilterPresetsLbl: TUiLabel [0] Left = 8 Top = 8 Height = 13 Caption = '&Filter presets:' FocusControl = FilterPresetsEdit end inherited DefaultBtn: TUiButton TabOrder = 3 end object FilterPresetsEdit: TUiMemo Left = 8 Top = 24 Width = 409 Height = 93 ScrollBars = ssBoth TabOrder = 0 WordWrap = False OnChange = SomethingChangedClick end object ArchiveMasksGroupBox: TUiGroupBox Left = 8 Top = 126 Width = 409 Height = 201 Caption = '&Archive associations' TabOrder = 1 object ArchiveMaskLbl: TUiLabel Left = 8 Top = 152 Height = 13 Caption = '%' FocusControl = ArchiveMaskEdit end object ArchiveMasksTable: TUiListTable Left = 8 Top = 20 Width = 393 Height = 124 HeaderCols.Items = ( '188' '204') HeaderCols.WideStrings = ( 'Name' 'Mask') HeaderHeight = 19 TabOrder = 0 VertLines = True OnClick = ArchiveMasksTableClick end object ArchiveMaskEdit: TUiEdit Left = 8 Top = 168 Width = 393 Height = 21 TabOrder = 1 OnChange = ArchiveMaskEditChange end end object MiscGroupBox: TUiGroupBox Left = 8 Top = 335 Width = 409 Height = 47 Caption = 'Miscellaneous' TabOrder = 2 object ClearCDReadOnlyAttrEdit: TUiCheckBox Left = 8 Top = 20 Height = 17 Caption = '&Remove read-only flag when copying from a CD or DVD' TabOrder = 0 OnClick = SomethingChangedClick end end end